Esx Settings Clusters Vms Solutions ApplyResult

Esx Settings Clusters Vms Solutions ApplyResult
Esx Settings Clusters Vms Solutions ApplyResult

The Esx Settings Clusters Vms Solutions ApplyResult schema contains properties that describe the result of an POST /esx/settings/clusters/{cluster}/vms/solutions?action=apply operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "status": {
        "status": "string",
        "start_time": "string",
        "end_time": "string"
    },
    "host_solutions_status": {
        "status": {
            "status": "string",
            "start_time": "string",
            "end_time": "string"
        },
        "host_statuses": {
            "host_statuses": {
                "status": {
                    "status": "string",
                    "start_time": "string",
                    "end_time": "string"
                },
                "solution_statuses": {
                    "solution_statuses": {
                        "status": "string",
                        "start_time": "string",
                        "end_time": "string"
                    }
                }
            }
        }
    },
    "cluster_solutions_status": {
        "status": {
            "status": "string",
            "start_time": "string",
            "end_time": "string"
        },
        "solution_statuses": {
            "solution_statuses": {
                "status": {
                    "status": "string",
                    "start_time": "string",
                    "end_time": "string"
                },
                "deployment_unit_statuses": {
                    "deployment_unit_statuses": {
                        "status": "string",
                        "start_time": "string",
                        "end_time": "string"
                    }
                }
            }
        }
    }
}
status
Optional

Aggregated status of an apply operation.

This property was added in vSphere API 9.0.0.0.

missing or null if the apply operation is in progress.

host_solutions_status
Required

The apply status of all solutions with deployment type Esx Settings Clusters Vms DeploymentType.EVERY_HOST_PINNED that were part of the apply operation.

This property was added in vSphere API 9.0.0.0.

cluster_solutions_status
Required

The apply status of all solutions with deployment type Esx Settings Clusters Vms DeploymentType.CLUSTER_VM_SET that were part of the apply operation.

This property was added in vSphere API 9.0.0.0.